home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 May / macformat-024.iso / Shareware City / Developers / forth-to-latex-pretty-print / F2L / Documentation / README < prev   
Encoding:
Text File  |  1995-01-05  |  2.2 KB  |  71 lines  |  [TEXT/ALFA]

  1.  
  2. README for Forth2LaTeX
  3. ----------------------(01-05-95)
  4.  
  5.  
  6.  
  7.  
  8.  Forth2LaTeX is a program for converting Forth source code into LaTeX so 
  9.  that it can be printed nicely.  It will make use of LaTeX sectioning 
  10.  commands and will generate a table of contents and an index of defined 
  11.  words.  It uses different fonts for code and comments and allows 
  12.  embedding of LaTeX commands in the source code.  See the manual for more
  13.  information.
  14.  
  15.  The code will run under Unix, VMS and on MS-DOS and Macintosh 
  16.  computers.  See the file INSTALL for pertinent information about 
  17.  compiling and running the program.
  18.  
  19.  A Modula-2 version of the program, designed to run on the Macintosh as 
  20.  a simple application, is also available.  Contact me at the address 
  21.  below if you want the code and/or application.
  22.  
  23.  
  24.  
  25. SHIPPING MANIFEST
  26. -----------------
  27.  
  28.  All releases of Forth2LaTeX should include the files listed below:
  29.  
  30.  
  31.       README           --  this file     
  32.       INSTALL          --  directions for installing Forth2LaTeX
  33.       
  34.       manual.tex       --  user's manual (LaTeX code)
  35.       manual.txt       --  user's manual (plain text)
  36.       
  37.       Forth2LaTeX.c    --  the C source code (called F2L.C under MS-DOS)
  38.       proto.c          --  a file of function prototypes
  39.       
  40.       
  41.  Additionally, if this is part of the Macintosh release:
  42.  
  43.  
  44.       Forth2LaTeX 1.9  --  Modula-2 application
  45.       Forth2LaTeX 1.9c --  C application
  46.       
  47.       Forth2LaTeX.MOD  --  Modula-2 source code
  48.       
  49.       
  50.  
  51. COPYRIGHT, etc.
  52. ---------------
  53.  
  54.  Forth2LaTeX is distributed as freeware, but I retain all rights to the 
  55.  program.  If you modify the program please send me a copy, especially if 
  56.  you plan on releasing the modified version.  All original copyright notices 
  57.  must remain intact in any new version.  Non-profit distribution encouraged.
  58.  For profit distribution forbidden.  Basically, use the program but don't 
  59.  try to make money off of it or claim it as your own even if you modify it.
  60.  
  61.  
  62. AUTHOR CONTACT
  63. --------------
  64.  
  65.  I can be reached via email at:  kneusel@studsys.mscs.mu.edu
  66.  
  67.  Snail mail to:  Ronald T. Kneusel
  68.                  8725 West Burdick Avenue
  69.                  Milwaukee, WI  53227  USA
  70.                  (414) 545-7557
  71.